home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD1.iso / toolkit / files / interarchy-41.hqx / Interarchy 4.1 / Extras / Scripting Support / AppleScripts / Fetch Clipboard < prev    next >
Encoding:
Text File  |  2000-07-29  |  76 b   |  5 lines

  1. tell application "Interarchy"
  2.     activate
  3.     fetch url (the clipboard)
  4. end tell
  5.